home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Utilities / fda / fda.readme < prev    next >
Encoding:
Text File  |  1998-07-29  |  4.9 KB  |  165 lines

  1. Short:    Cheapest, fastest and cleverest V1.0 (OS2+) HD>4GB
  2. Author:   martintauchmann@bigfoot.com (Martin Tauchmann)
  3. Uploader: martintauchmann@bigfoot.com (Martin Tauchmann)
  4. Version:  1.0
  5. Type:     disk/cache
  6. Kurz:     günstigste, schnelltste und rafinierteste
  7. Requires: OS 2.0
  8. Date:     20.07.98
  9.  
  10.  
  11.  
  12.           FDA the cheapest, fastest and cleverest Cache-Program
  13.           -----------------------------------------------------
  14.  
  15. 1. Features
  16.  
  17. - Caching your HD´s and Disk´s with seeming no memory usage. Its NO fake!
  18.  
  19. - Accelerate Disk acces.
  20.  
  21. - It´s the fastest Cache-Program.
  22.  
  23. - Sometimes you have more memory as before, because Dos-Buffers are
  24.   reduced to a minimum.
  25.  
  26. - no fragmentation of memory.
  27.  
  28. - Speed up RAM-Disk access. ( AllocMem(largest) results $7FFFFFFF )
  29.  
  30. - Quick verify, same as a good Copy-Programm.
  31.  
  32. - Detects ReInserted disks and use the allready cached trax in memory.
  33.  
  34. - SmartCache: Read blocks before there read a hat.
  35.  
  36. - less Head Crash
  37.  
  38. - support now device´s:
  39.      scsi,
  40.      trackdisk, diskspare, hackdisk,mfm.device (®CrossDOS), messydisk,
  41.      fmsdisk,
  42.      xpkdisk
  43.      cd  not tested but i think it´s work ;-)
  44.  
  45.    FileSystem´s:
  46.      FastFileSystem(FFS),  (Aminet:disk/misc/ffstd64.lha)
  47.      ProfFileSystem(PFS),  (AmiNet:disk/misc/RDS.lha)
  48.      Ami-FileSafe(AFS),    (AmiNet:biz/demo/afsdemo159.lha)
  49.      SmartFileSystem(FFS). (Aminet:disk/misc/sfs_beta.lha)
  50.  
  51.   und compatibele.
  52.  
  53. - Support Partitions behind the 4GB border.
  54.  
  55.  
  56.  
  57.  
  58. 3. Benchmark
  59.  
  60.   381 Files, 1.5MB Size
  61.   c:Copy MUI: SWAP:MUI ALL CLONE QUIET
  62.  
  63.   Dos   30 Dos-Buffers        Runtime: 31 secs 865554 micros
  64.   FDA    3 Dos-Buffers        Runtime: 21 secs 391406 micros 32,9% faster
  65.  
  66.  
  67.  
  68.  
  69. 3. Requires
  70.  
  71.  Kickstart 37.xx (OS 2.0) or higher
  72.  
  73.  
  74.  
  75.  
  76. 4. History
  77.  
  78.  Version 1.0 20-Jul-98
  79.  
  80.  - Added SmartFileSystem Benchmark in Guide
  81.  
  82.  - write little bit faster
  83.  
  84.  - fixed StartUp RangeCheck-BUG if "Size of Track" > 131072
  85.  
  86.  - minimum Dos-Buffers set to 20
  87.      SmartFileSystem V0.67 need a minimum of 100, please set it manualy
  88.      via c:AddBuffers SwapSFS: 68
  89.  
  90.  - support NewStyleDevice: (NSD) 64-Bit Commands (4GB border)
  91.          ftp.amiga.de:NSDDocs1_6.lha
  92.          AmiNet:disk/misc/NSDPatch43_20.lha
  93.  
  94.  - support scsiCmd     #28           FastFileSystem44.5,
  95.                                      SmartFileSystem_SCSIdirect need it
  96.  
  97.         is not 100% FutureCompatible, because i have no documentation
  98.         only the command numbers.
  99.  
  100.         (* AmiNet:dev/misc/SCSIProgrammer.lha *)
  101.         (* (include:scsi/commands.h SCSI-2 include files) *)
  102.         (* Direct Access devices        =da *)
  103.         (* Write Once devices           =wo *)
  104.         (* CD-ROM devices               =cd *)
  105.         (* Scanner devices              =sc *)
  106.         (* Optical memory devices       =om *)
  107.         (* Sequential access devices    =sa *)
  108.         (* Printer devices              =prt*)
  109.         (* Processor devices            =cpu*)
  110.         scsiREAD6        =008H;(* da wo cd    om  ? ?   ?   *)(not tested)
  111.         scsiREAD10       =028H;(* da wo cd sc om  ? ?   ?   *)
  112.         scsiREAD12       =0A8H;(*    wo cd    om  ? ?   ?   *)(not tested)
  113.  
  114.         scsiWRITE6       =00AH;(*    wo       om  ? ?   ?   *)(not tested)
  115.         scsiWRITE10      =02AH;(*    wo       om  ? ?   ?   *)
  116.         scsiWRITE12      =0AAH;(*    wo       om  ? ?   ?   *)(not tested)
  117.  
  118.         translated into read read64/NSDread64
  119.  
  120.  
  121.         NOT SUPPORTED! i don´t know the SYNTAX. can anybody help me?
  122.         scsiREAD_BUFFER  =03CH;(* da wo cd sc om sa prt cpu *)
  123.         scsiWRITE_BUFFER =03BH;(*    wo cd sc om sa prt cpu *)
  124.         scsiUPDATE_BLOCK =03DH;(*             om            *)
  125.  
  126.  
  127.  - Preferences: Include more "big" HDs
  128.  -              DeviceCompatible removed
  129.  
  130.  
  131.  Version 0.98 04-Jul-98
  132.  
  133.  - support Partitions after the 4GB border (not tested)
  134.        new FastFileSystem44.5 can be found at Aminet:disk/misc/ffstd64.lha
  135.        understand the new Device-standard (Aminet:dev/misc/trackdisk64.lha)
  136.        or Aminet:disk/misc/sfs_beta.lha (Smart Filesystem first BETA version)
  137.        or ftp.amiga.de FastFileSystem43.19 (OS3.0: nerve with a Alert)
  138.  
  139.  - speedUp Read & Write operations
  140.  
  141.  - Preferences: Include LateBinding-Devices
  142.  -              Remove bugy USE.
  143.  
  144.  
  145.  Version 0.96 25-Mar-98
  146.  
  147.  - first puplic release in the AmiNet.
  148.  
  149.  
  150.  
  151. Other products:
  152.  
  153. Aminet:mods/slow/BrainBird.lha                  (Shaman drums to meditate and 14 Ambient NewAge Songs)
  154. Aminet:misc/math/TelekomTelefonrechnung.lha     (calculater for WG´s)
  155. Aminet:gfx/show/ActiveWinPic.lha                (Picture on any window, special SHELL!)
  156. Aminet:util/boot/IsInserted.lha                 (StartUp-Check if a Disk inserted then start BootUte)
  157. Aminet:misc/unix/File2Partition.lha             (spare memory if LinUX install, stores files direct to HD, Disks or any LogicalDevice)
  158.  
  159.  
  160. ---- Chou schau
  161.  
  162.  Martin Tauchmann  <martintauchmann@bigfoot.com>
  163.                    Location: Freiburg im Breisgau
  164.                              Germany - Baden Württemberg
  165.